Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The old test expected `/bin/sh` to write Dash's error message. This works on Ubuntu 20. It old test failed when `/bin/sh` pointed to `/bin/bash`. This happens on macOS. The new test no longer depends on system-defined side effects of a missing command. It just writes to the standard error stream and checks that the same text comes out.
- Loading branch information