From: Ian Darwin Date: Wed, 16 Sep 1987 14:46:10 +0000 (+0000) Subject: Use what(1) instead of ident(1-RCS) to identify versions in test. X-Git-Tag: FILE3_27~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f9c88fa75d0c1d95584bb8798da052d749faf00;p=file Use what(1) instead of ident(1-RCS) to identify versions in test. --- diff --git a/src/Makefile b/src/Makefile index b919d004..c335911f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 $@