diff options
Diffstat (limited to 'tests/cwd/all.do')
-rw-r--r-- | tests/cwd/all.do | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cwd/all.do b/tests/cwd/all.do index 866a9ca..106a721 100644 --- a/tests/cwd/all.do +++ b/tests/cwd/all.do @@ -5,5 +5,5 @@ rm -rf a d/b d/d/c redo-ifchange a assert "cwd" << ! -[ "$(cat a)" == "abc" ] +[ "$(cat a)" = "abc" ] ! |