aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-06 14:15:38 +0000
committerEvan Huus <eapache@gmail.com>2013-10-06 14:15:38 +0000
commit81a0f156cd7d8edd5d81c8b1ef440eddcc758995 (patch)
tree5757ab6c5e9c5c4eac828f5c1cafaacb8f62581b /test
parentfc4c37c147c4384e91fcf27fc077207b594f306f (diff)
Try to fix unittest path magic on windows.
svn path=/trunk/; revision=52400
Diffstat (limited to 'test')
-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