Skip to content

Commit 3a4211d

Browse files
correct expected output lines 9-12
1 parent 2851dd1 commit 3a4211d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verifyscript.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#terminal 2: ./verifyscript.sh && echo "it worked" || echo "fail"
88
#expected output:
99
# radsauce
10+
# success, child process exit code 0: OUTPUT is radsauce
1011
# it worked
1112

1213
OUTPUT="$(curl --request POST -d radsauce http://localhost:3100/foo -H "Content-Type: text/plain" 2>/dev/null )"

0 commit comments

Comments
 (0)