On Sun, May 06, 2018 at 08:03:27PM -0400, Eric Sunshine wrote: > On Sun, May 6, 2018 at 7:17 PM, brian m. carlson > <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > > Adjust the test so that it computes variables for blobs instead of using > > hard-coded hashes. > > > > Signed-off-by: brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> > > --- > > diff --git a/t/t3905-stash-include-untracked.sh b/t/t3905-stash-include-untracked.sh > > @@ -34,25 +34,26 @@ test_expect_success 'stash save --include-untracked cleaned the untracked files' > > git status --porcelain >actual && > > test_cmp expect actual > > ' > > - > > +tracked=$(git rev-parse --short $(echo 1 | git hash-object --stdin)) > > +untracked=$(git rev-parse --short $(echo untracked | git hash-object --stdin)) > > You lost the blank line following the previous test. So I did. Will fix. -- brian m. carlson: Houston, Texas, US OpenPGP: https://keybase.io/bk2204
Attachment:
signature.asc
Description: PGP signature