aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorRodney Dawes <rodney.dawes@canonical.com>2017-03-27 16:36:54 -0400
committerRodney Dawes <rodney.dawes@canonical.com>2017-03-27 16:36:54 -0400
commit305f1ab1bee845c46fc50990602130c3fb565acb (patch)
tree724590bad169b1f39ea373fc8ce0c33808ee1237 /tests/integration
parent4e956520143c83f63ef24379aa085054ac15df95 (diff)
downloadayatana-indicator-sound-305f1ab1bee845c46fc50990602130c3fb565acb.tar.gz
ayatana-indicator-sound-305f1ab1bee845c46fc50990602130c3fb565acb.tar.bz2
ayatana-indicator-sound-305f1ab1bee845c46fc50990602130c3fb565acb.zip
Fix cmake option.
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt
index db086a8..0595584 100644
--- a/tests/integration/CMakeLists.txt
+++ b/tests/integration/CMakeLists.txt
@@ -77,7 +77,7 @@ target_link_libraries(
execute_process(
COMMAND whoami
OUTPUT_VARIABLE TESTS_USER
- STRIP_TRAILING_WHITESPACE
+ OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(NOT "${TESTS_USER}" STREQUAL "jenkins")