]> granicus.if.org Git - file/commitdiff
Use what(1) instead of ident(1-RCS) to identify versions in test.
authorIan Darwin <ian@darwinsys.com>
Wed, 16 Sep 1987 14:46:10 +0000 (14:46 +0000)
committerIan Darwin <ian@darwinsys.com>
Wed, 16 Sep 1987 14:46:10 +0000 (14:46 +0000)
src/Makefile

index b919d0048cd0261e36306c0128cc66dc23b30e30..c335911f368b4705e4b7f1fd69a46ac022ada798 100644 (file)
@@ -55,7 +55,7 @@ test:         all
                time $(OFILE) -m ./magic * tst/* >/tmp/t1
                time ./file -m ./magic * tst/* >/tmp/t2
                -diff -b /tmp/t[12]
-               ident ./file >lastnocore
+               what ./file >lastnocore
 
 file:          $(OBJS)
                cc $(CFLAGS) $(OBJS) -o $@