summaryrefslogtreecommitdiff
path: root/test/librestage-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/librestage-test.sh')
-rw-r--r--test/librestage-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/librestage-test.sh b/test/librestage-test.sh
index 6728143..460eb58 100644
--- a/test/librestage-test.sh
+++ b/test/librestage-test.sh
@@ -34,7 +34,7 @@ it_fails_with_0_args() {
[[ $stat != 0 ]]
empty "$tmpdir/stdout"
- ! empty "$tmpdir/stderr"
+ not empty "$tmpdir/stderr"
}
it_fails_with_invalid_args() {
@@ -42,7 +42,7 @@ it_fails_with_invalid_args() {
[[ $stat != 0 ]]
empty "$tmpdir/stdout"
- ! empty "$tmpdir/stderr"
+ not empty "$tmpdir/stderr"
}
# This was an actual bug I hit with md/emacs-mdmua a long time ago; solution was