mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 11:07:07 +00:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running error test script..."
|
|
|
|
echo "Expected error"
|
|
exit 1 |