summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-helper-cat-file
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-06 21:32:36 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-06 22:36:02 +0200
commitdfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767 (patch)
tree34cc50dd6d8c0b78f28b36212496ccc8a5fed33c /test/integration/test-apt-helper-cat-file
parent9a2aa0e7f21ef33345f6093ca17fab97a678d543 (diff)
CMake: Switch integration tests and travis over
This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that.
Diffstat (limited to 'test/integration/test-apt-helper-cat-file')
-rwxr-xr-xtest/integration/test-apt-helper-cat-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-helper-cat-file b/test/integration/test-apt-helper-cat-file
index 3f509189e..a53a6b4a3 100755
--- a/test/integration/test-apt-helper-cat-file
+++ b/test/integration/test-apt-helper-cat-file
@@ -5,7 +5,7 @@ TESTDIR="$(readlink -f "$(dirname "$0")")"
. "$TESTDIR/framework"
setupenvironment
-TESTTOOL="${BUILDDIRECTORY}/test_fileutl"
+TESTTOOL="${BUILDDIRECTORY}/../test/interactive-helper/test_fileutl"
msgtest 'Check if we have build the test tool' "$TESTTOOL"
if [ -x "$TESTTOOL" ]; then
msgpass