summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_c_test_create
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_c_test_create')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_c_test_create2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_c_test_create b/src/third_party/wiredtiger/dist/s_c_test_create
index 616570dca2e..f4f9eb3ac1f 100755
--- a/src/third_party/wiredtiger/dist/s_c_test_create
+++ b/src/third_party/wiredtiger/dist/s_c_test_create
@@ -12,7 +12,7 @@
# script in the main C suite directory.
#
tmp=__a
-trap 'rm -f $tmp; exit 0' 0 1 2 3 13 15
+trap 'rm -f $tmp' 0 1 2 3 13 15
if [ "x$1" = "x" ]; then
echo "Usage: $0 test_name"