From 4a471b265acb6abffdb100f96162dda25402e424 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 11 Dec 2009 18:11:04 +0100 Subject: [PATCH] Fix old stuff in Makefile --- regress/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regress/Makefile b/regress/Makefile index 7cd8d895a3..983b0147d2 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -35,13 +35,13 @@ sed: echo "Doing: scripts/do_sed" scripts/do_sed -# Run all non-root userid tests +# Run all disk tests test: - ./all-non-root-tests + ./all-disk-tests -# run all file and tape tests +# run all tape and disk tests full_test: - ./all-tape-and-file-tests + ./all-tape-and-disk-tests # These tests require you to run as root root_test: -- 2.39.5