summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-09 13:29:24 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-09 13:29:24 -0400
commit07919e2ba58c8ad92207526299339d113855963e (patch)
tree1b059513e741111c7e19ce80cdc7569395096c41 /Makefile.in
parente2447ed9523b30663fad2f9e65ba44dd9af62b15 (diff)
downloadrandom-seed-07919e2ba58c8ad92207526299339d113855963e.tar.xz
random-seed-07919e2ba58c8ad92207526299339d113855963e.zip
Fix non-root tests
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 69af917..d3e3430 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -50,7 +50,7 @@ test: $(TEST_FILE)
$(TEST_FILE): random-seed
./random-seed save $(TEST_FILE)
- ./random-seed load $(TEST_FILE)
+ ./random-seed load $(TEST_FILE) || [ $$? = 15 ]
clean:
$(RM) random-seed $(OBJ) $(DEP) $(TEST_FILE)