From de004660726acb148bf0022706b7019ca560172d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Apr 2019 12:26:18 -0700 Subject: tests -> test --- runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests') diff --git a/runtests b/runtests index 7c6919d..cf235d7 100755 --- a/runtests +++ b/runtests @@ -1,7 +1,7 @@ #!/bin/sh if [ $# = 0 ] ; then - set -- tests/*.c + set -- test/*.c fi exitstatus=0 -- cgit v1.2.3