Skip to content
Snippets Groups Projects
Commit 21766d5531cb authored by kiilerix's avatar kiilerix
Browse files

tests: remove hacks for testing if file or directory exists

parent dd856380cce3
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@
$ hg backout -d '3 0' --merge tip --tool=true
removing a
changeset 3:7f6d0f120113 backs out changeset 2:de31bdc76c0d
$ cat a 2>/dev/null || echo cat: a: No such file or directory
cat: a: No such file or directory
$ test -f a
[1]
across branch
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment