Skip to content

Commit d5c87c3

Browse files
committed
fix: tests
Signed-off-by: Sachin Beniwal <s474996633@gmail.com>
1 parent 9944474 commit d5c87c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/blackbox-tests/test-cases/cram/timeout-partial-promotion.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Test that cram tests that timeout still offer partial promotion.
1111

1212
Create a test with multiple commands where the second one will timeout:
1313

14-
$ cat > test.t <<EOF
15-
> \$ echo "first command"
16-
> \$ sleep 10
17-
> \$ echo "never reached"
14+
$ cat > test.t <<'EOF'
15+
> $ echo "first command"
16+
> $ sleep 10
17+
> $ echo "never reached"
1818
> EOF
1919

2020
Run the test - it should timeout but still generate a .corrected file.

0 commit comments

Comments
 (0)