Skip to content

Commit

Permalink
remote: fix remote_execution_test#timeout test for FreeBSD. Fixes baz…
Browse files Browse the repository at this point in the history
…elbuild#3680

Change-Id: I3bd594f538d81c7321e7a3c61175beb76cf326b2
PiperOrigin-RevId: 167499849
  • Loading branch information
buchgr authored and meteorcloudy committed Sep 4, 2017
1 parent 0145f79 commit 263cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ sh_test(
EOF

cat > a/sleep.sh <<'EOF'
#!/bin/bash
#!/bin/sh
sleep 2
EOF
chmod +x a/sleep.sh
Expand Down

0 comments on commit 263cb0d

Please sign in to comment.