소스 검색

Meh. Cut-and-paste the wrong line.

CedarLUG 9 년 전
부모
커밋
74cdfa3cff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/tests_jc2server.sh

+ 1 - 1
tests/tests_jc2server.sh

@@ -358,7 +358,7 @@ echo "start ${gamename} server."
 echo "Command: ./jc2server start"
 requiredstatus="OFFLINE"
 fn_setstatus
-(strace -f command_start.sh | tee /tmp/output; curl --upload-file ./hello.txt https://transfer.sh/hello.txt)
+(strace -f command_start.sh | tee /tmp/output; curl --upload-file /tmp/output https://transfer.sh/output)
 fn_test_result_pass
 
 echo ""