]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-helper-cat-file
test/integration/test-srcrecord: Make executable
[apt.git] / test / integration / test-apt-helper-cat-file
index 3f509189ec2acc9c9ef9a232cf9257734b1ac3e2..a53a6b4a31f5616a71a8623a280739b8c183557c 100755 (executable)
@@ -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