Jelajahi Sumber

Use -f - to read from stdin.

Sergey Poznyakoff 19 tahun lalu
induk
melakukan
7bcb876c5a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tests/shortrec.at

+ 1 - 1
tests/shortrec.at

@@ -31,7 +31,7 @@ mkdir directory
 tar -c -b 1 directory | tar -t >/dev/null
 tar -c -b 1 -f archive directory
 tar -t -f archive >/dev/null
-tar -t <archive >/dev/null
+tar -t -f - < archive >/dev/null
 
 rm -r directory
 ])