summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-28 20:08:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:35 -0500
commit713b296441ec8b1447a0bc451720a8b84fd7e1fc (patch)
treeed8823757cf73874802ad94e20666e79e113a654 /source4/script
parentad6303f82fa862111c239b32b39f299e563a0802 (diff)
downloadsamba-713b296441ec8b1447a0bc451720a8b84fd7e1fc.tar.gz
samba-713b296441ec8b1447a0bc451720a8b84fd7e1fc.tar.bz2
samba-713b296441ec8b1447a0bc451720a8b84fd7e1fc.zip
r13210: Revert my named pipes patch until it passes not just 'make quicktest' but
also 'make test' (This used to be commit e3d0676aee84e96e5c87bed4cd0cde75a4191953)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_quick.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_quick.sh b/source4/script/tests/test_quick.sh
index 8e1c138c8f..6c8e77a151 100755
--- a/source4/script/tests/test_quick.sh
+++ b/source4/script/tests/test_quick.sh
@@ -23,7 +23,7 @@ tests="$tests BASE-DIR2 BASE-TCON BASE-OPEN"
tests="$tests BASE-CHKPATH RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO"
tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-OPEN RAW-WRITE"
tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-RENAME"
-tests="$tests RAW-EAS RAW-STREAMS RAW-ACLS RAW-PIPE-ECHO"
+tests="$tests RAW-EAS RAW-STREAMS RAW-ACLS"
failed=0
for t in $tests; do