diff options
Diffstat (limited to 'source4/utils/tests')
-rwxr-xr-x | source4/utils/tests/test_nmblookup.sh | 2 | ||||
-rwxr-xr-x | source4/utils/tests/test_samba_tool.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/utils/tests/test_nmblookup.sh b/source4/utils/tests/test_nmblookup.sh index e2230e162f..b6ab7e01e5 100755 --- a/source4/utils/tests/test_nmblookup.sh +++ b/source4/utils/tests/test_nmblookup.sh @@ -26,7 +26,7 @@ testit() { return $status } -samba4bindir="$BUILDDIR/bin" +samba4bindir="$BINDIR" nmblookup="$samba4bindir/nmblookup$EXEEXT" testit "nmblookup -U \$SERVER_IP \$SERVER" $nmblookup $TORTURE_OPTIONS -U $SERVER_IP $SERVER diff --git a/source4/utils/tests/test_samba_tool.sh b/source4/utils/tests/test_samba_tool.sh index 0fb4c2afa8..2191d8a69d 100755 --- a/source4/utils/tests/test_samba_tool.sh +++ b/source4/utils/tests/test_samba_tool.sh @@ -9,7 +9,7 @@ shift 4 failed=0 -samba4bindir="$BUILDDIR/bin" +samba4bindir="$BINDIR" smbclient="$samba4bindir/smbclient$EXEEXT" samba_tool="$samba4bindir/samba-tool$EXEEXT" |