From b2c6dd7c892fa00b6087ac55f83e54a23c29835c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Sep 2007 23:44:50 +0000 Subject: r25365: Clearer test names (This used to be commit 85a8c105a4c0a612478b2dd07ea33b4689e6bb80) --- source4/selftest/test_simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest/test_simple.sh') diff --git a/source4/selftest/test_simple.sh b/source4/selftest/test_simple.sh index 44e19d5b2c..3532cba180 100755 --- a/source4/selftest/test_simple.sh +++ b/source4/selftest/test_simple.sh @@ -9,5 +9,5 @@ incdir=`dirname $0` tests="BASE-RW1" for t in $tests; do - plantest "$t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t + plantest "ntvfs/simple $t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t done -- cgit