summaryrefslogtreecommitdiff
path: root/ctdb/tests/UNIT/eventscripts/stubs/sleep
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/UNIT/eventscripts/stubs/sleep')
-rwxr-xr-xctdb/tests/UNIT/eventscripts/stubs/sleep10
1 files changed, 5 insertions, 5 deletions
diff --git a/ctdb/tests/UNIT/eventscripts/stubs/sleep b/ctdb/tests/UNIT/eventscripts/stubs/sleep
index e4542444de7..0d0e82bba42 100755
--- a/ctdb/tests/UNIT/eventscripts/stubs/sleep
+++ b/ctdb/tests/UNIT/eventscripts/stubs/sleep
@@ -1,9 +1,9 @@
#!/bin/sh
-if [ "$FAKE_SLEEP_REALLY" = "yes" ] ; then
- /bin/sleep "$@"
-elif [ -n "$FAKE_SLEEP_FORCE" ] ; then
- /bin/sleep "$FAKE_SLEEP_FORCE"
+if [ "$FAKE_SLEEP_REALLY" = "yes" ]; then
+ /bin/sleep "$@"
+elif [ -n "$FAKE_SLEEP_FORCE" ]; then
+ /bin/sleep "$FAKE_SLEEP_FORCE"
else
- :
+ :
fi