1diff --git tests/invocation.tests tests/invocation.tests
2index c629c29..537e470 100644
3--- tests/invocation.tests
4+++ tests/invocation.tests
5@@ -71,7 +71,7 @@ command cd -L $TDIR
6 ./x23
7
8 # this should result in a cannot execute binary file error since ls is in $PATH
9-PATH=/bin:/usr/bin
10+#PATH=/bin:/usr/bin
11 ${THIS_SH} ls |& sed 's|^.*: ||'
12
13 cd $SAVEPWD