summaryrefslogtreecommitdiff
path: root/tests/test-help.sh
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:15:32 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:27:36 +0100
commit10642cd7328def59c93a78f71ccd4c25a14de008 (patch)
tree5b9aa9a8f1720ea96bf61cc55e918529aed8f944 /tests/test-help.sh
parent505ce19972fbbb9f3de1b839354990204803d67f (diff)
downloadostree-10642cd7328def59c93a78f71ccd4c25a14de008.tar.gz
Replace "==" with "=" in shell script test
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'tests/test-help.sh')
-rwxr-xr-xtests/test-help.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-help.sh b/tests/test-help.sh
index 4c1ffadd..37d9fa1d 100755
--- a/tests/test-help.sh
+++ b/tests/test-help.sh
@@ -31,7 +31,7 @@ test_recursive() {
echo "$cmd" 1>&2
$cmd --help 1>out 2>err
# --help message goes to standard output
- if [ "$root" == "1" ] ; then
+ if [ "$root" = "1" ] ; then
assert_file_has_content out "[Uu]sage"
assert_file_has_content out "$cmd"
fi