diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-15 12:41:22 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-16 11:43:04 +0200 |
commit | 4fd6ebf544f90a6d18e6828eb3edc7b75f3b90a2 (patch) | |
tree | 5d3d75728d97688bb99f2200613ff46c66bfc6b5 /source4/torture/tests | |
parent | cfb44f63a4eadfd34c0cf7b003b677e43284376f (diff) | |
download | samba-4fd6ebf544f90a6d18e6828eb3edc7b75f3b90a2.tar.gz samba-4fd6ebf544f90a6d18e6828eb3edc7b75f3b90a2.tar.bz2 samba-4fd6ebf544f90a6d18e6828eb3edc7b75f3b90a2.zip |
selftest: Remove duplication between BUILDIR and BINDIR
Just have BINDIR, and have it default to ./bin
Andrew Bartlett
Diffstat (limited to 'source4/torture/tests')
-rwxr-xr-x | source4/torture/tests/test_gentest.sh | 2 | ||||
-rwxr-xr-x | source4/torture/tests/test_locktest.sh | 2 | ||||
-rwxr-xr-x | source4/torture/tests/test_masktest.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/tests/test_gentest.sh b/source4/torture/tests/test_gentest.sh index b85636b2f7..9f6e60c307 100755 --- a/source4/torture/tests/test_gentest.sh +++ b/source4/torture/tests/test_gentest.sh @@ -18,7 +18,7 @@ PREFIX=$5 shift 5 failed=0 -samba4bindir="$BUILDDIR/bin" +samba4bindir="$BINDIR" gentest="$samba4bindir/gentest$EXEEXT" . `dirname $0`/../../../testprogs/blackbox/subunit.sh diff --git a/source4/torture/tests/test_locktest.sh b/source4/torture/tests/test_locktest.sh index a8f11ee0ba..e1d2a1ade4 100755 --- a/source4/torture/tests/test_locktest.sh +++ b/source4/torture/tests/test_locktest.sh @@ -18,7 +18,7 @@ PREFIX=$5 shift 5 failed=0 -samba4bindir="$BUILDDIR/bin" +samba4bindir="$BINDIR" locktest="$samba4bindir/locktest$EXEEXT" . `dirname $0`/../../../testprogs/blackbox/subunit.sh diff --git a/source4/torture/tests/test_masktest.sh b/source4/torture/tests/test_masktest.sh index e4fa65ccfb..b3362e8960 100755 --- a/source4/torture/tests/test_masktest.sh +++ b/source4/torture/tests/test_masktest.sh @@ -18,7 +18,7 @@ PREFIX=$5 shift 5 failed=0 -samba4bindir="$BUILDDIR/bin" +samba4bindir="$BINDIR" masktest="$samba4bindir/masktest$EXEEXT" . `dirname $0`/../../../testprogs/blackbox/subunit.sh |