diff tests/test-bad-pull.t @ 15515:21766d5531cb

tests: remove hacks for testing if file or directory exists
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 03:45:14 +0100
parents c5c9ca3719f9
children 4343d5226149
line wrap: on
line diff
--- a/tests/test-bad-pull.t	Wed Nov 16 03:45:06 2011 +0100
+++ b/tests/test-bad-pull.t	Wed Nov 16 03:45:14 2011 +0100
@@ -4,8 +4,8 @@
   abort: error: Connection refused
   [255]
 
-  $ test -d copy || echo copy: No such file or directory
-  copy: No such file or directory
+  $ test -d copy
+  [1]
 
   $ cat > dumb.py <<EOF
   > import BaseHTTPServer, SimpleHTTPServer, os, signal