aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cwd
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-05-25 17:18:31 +0200
committerTharre <tharre3@gmail.com>2015-05-25 17:18:31 +0200
commit79f3225ea4aea93ea963b8b41ecd518b9fd20eea (patch)
tree0849eeb8b080f06810a2aed59a80a9468c6b92d8 /tests/cwd
parentc7712dfd7bf2734e339096d3274f5b0bef2b4335 (diff)
downloadredo-79f3225ea4aea93ea963b8b41ecd518b9fd20eea.tar.gz
redo-79f3225ea4aea93ea963b8b41ecd518b9fd20eea.tar.xz
redo-79f3225ea4aea93ea963b8b41ecd518b9fd20eea.zip
Fix some sh compatibility problems
Diffstat (limited to 'tests/cwd')
-rw-r--r--tests/cwd/all.do2
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" ]
!