test_error.sh 77 B

123456
  1. #!/bin/sh
  2. echo "Running error test script..."
  3. echo "Expected error"
  4. exit 1