summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/progdefs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/rpc-error/progdefs.sh')
-rw-r--r--jrt_test/src/tests/rpc-error/progdefs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/jrt_test/src/tests/rpc-error/progdefs.sh b/jrt_test/src/tests/rpc-error/progdefs.sh
index cd915602b9e..815aa5a960e 100644
--- a/jrt_test/src/tests/rpc-error/progdefs.sh
+++ b/jrt_test/src/tests/rpc-error/progdefs.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-set -e
prog cppserver 1 "tcp/$CPP_PORT" "$BINREF/simpleserver"
prog javaserver 1 "tcp/$JAVA_PORT" "$BINREF/runjava SimpleServer"