diff options
author | Tharre <tharre3@gmail.com> | 2016-10-25 20:16:26 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-25 21:51:33 +0200 |
commit | 29146ef1d75adaf4d736c9a71491eff0b7fb3880 (patch) | |
tree | bddc531f1960d3b553db9d2b2de1a9e41faa223b /tests | |
parent | f353af5b5b0cfa922a067aa67a1645b822933c0d (diff) | |
download | redo-29146ef1d75adaf4d736c9a71491eff0b7fb3880.tar.gz redo-29146ef1d75adaf4d736c9a71491eff0b7fb3880.tar.xz redo-29146ef1d75adaf4d736c9a71491eff0b7fb3880.zip |
Remove REDO_MAGIC handling code from handle_c()
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/t0100-redo.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/t0100-redo.t b/tests/t0100-redo.t index b0bad3d..cc86d1b 100755 --- a/tests/t0100-redo.t +++ b/tests/t0100-redo.t @@ -30,7 +30,6 @@ EOF test_expect_success "redo shortcuts" " echo "s1" > s && redo a && - sleep 1 && # TODO: remove this as soon as REDO_MAGIC is fixed echo "s2" > s && redo a " |