Skip to content
This repository was archived by the owner on Apr 27, 2020. It is now read-only.

Commit 0dcbc26

Browse files
Fix typo (#69)
1 parent bdbee4b commit 0dcbc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assert_success() {
1111

1212
assert_failure() {
1313
if [[ "$status" == 0 ]]; then
14-
echo "expected: non-zero exit codde"
14+
echo "expected: non-zero exit code"
1515
echo "actual: $status"
1616
echo "output: $output"
1717
return 1

0 commit comments

Comments
 (0)