Skip to content

Commit

Permalink
Tweak to the -s argument and the log message to match
Browse files Browse the repository at this point in the history
  • Loading branch information
aweeraman authored and krader1961 committed Nov 7, 2019
1 parent 91b3806 commit a205e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/ksh93/tests/b_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ expect=""
# unused if not invalid.
actual=$(sync -s 999 2>&1)
expect="sync: fsync(999) failed"
[[ "$actual" =~ "$expect".* ]] || log_error "sync -s3" "$expect" "$actual"
[[ "$actual" =~ "$expect".* ]] || log_error "sync -s 999" "$expect" "$actual"

# ==========
# sync -f
Expand Down

0 comments on commit a205e5a

Please sign in to comment.