From 58460290547f8f3a43122bb1d46bc06d9f4d17d1 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Fri, 12 Feb 2010 09:27:23 -0800 Subject: [PATCH] b=21881 Fix trap in rpc.sh. --- lustre/tests/rpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/rpc.sh b/lustre/tests/rpc.sh index d2914b6..098df10 100755 --- a/lustre/tests/rpc.sh +++ b/lustre/tests/rpc.sh @@ -14,7 +14,7 @@ init_test_env # Reset the trap on ERR set by the framework. Noticing this failure is the # framework's job. -trap ERR +trap - ERR # Execute the command "$@" -- 1.8.3.1