]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
change backup tests first
authorBastian Dehn <hhaalo@arcor.de>
Sun, 16 Aug 2026 08:55:25 +0000 (10:55 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 16 Aug 2026 08:55:25 +0000 (10:55 +0200)
Makefile

index 8b463c3ee23fc8df1fa3dea11002bf0183090603..276c8aa870d43bf05004ea633c4fb781122c4a9d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ MANDIR=$(BUILDDIR)/$(PACKAGENAME)/$(PREFIX)/share/man
 all: test package
 
 test:
-       ./tests/restore_tests.bats
        ./tests/backup_tests.bats
+       ./tests/restore_tests.bats
 
 build: $(BINDIR)/backup \
        $(BINDIR)/backupmount \