Whamcloud - gitweb
b=21881 Fix trap in rpc.sh.
authorRobert Read <rread@sun.com>
Fri, 12 Feb 2010 17:27:23 +0000 (09:27 -0800)
committerRobert Read <rread@sun.com>
Fri, 12 Feb 2010 17:27:23 +0000 (09:27 -0800)
lustre/tests/rpc.sh

index d2914b6..098df10 100755 (executable)
@@ -14,7 +14,7 @@ init_test_env
 
 # Reset the trap on ERR set by the framework.  Noticing this failure is the
 # framework's job.
 
 # Reset the trap on ERR set by the framework.  Noticing this failure is the
 # framework's job.
-trap ERR
+trap ERR
 
 # Execute the command
 "$@"
 
 # Execute the command
 "$@"