diff options
Diffstat (limited to 't/t0003-attributes.sh')
-rwxr-xr-x | t/t0003-attributes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh index de38c7f7aa..7590b453db 100755 --- a/t/t0003-attributes.sh +++ b/t/t0003-attributes.sh @@ -59,7 +59,7 @@ test_expect_success 'attribute test' ' test_expect_success 'attribute test: read paths from stdin' ' - cat <<EOF > expect + cat <<EOF > expect && f: test: f a/f: test: f a/c/f: test: f |