We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2851dd1 commit 3a4211dCopy full SHA for 3a4211d
verifyscript.sh
@@ -7,6 +7,7 @@
7
#terminal 2: ./verifyscript.sh && echo "it worked" || echo "fail"
8
#expected output:
9
# radsauce
10
+# success, child process exit code 0: OUTPUT is radsauce
11
# it worked
12
13
OUTPUT="$(curl --request POST -d radsauce http://localhost:3100/foo -H "Content-Type: text/plain" 2>/dev/null )"
0 commit comments