aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-unittests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-unittests.sh')
-rwxr-xr-xtest/suite-unittests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index 5e847fca39..cf5a8579a2 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -48,7 +48,7 @@ unittests_step_test() {
test_step_failed "install $DUT failed"
return
fi
- DUT=../wireshark-gtk2/`basename $DUT`
+ DUT=$SOURCE_DIR/wireshark-gtk2/`basename $DUT`
fi
$DUT $ARGS > testout.txt 2>&1