Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ test:
exit 1; \
fi; \
done; \
# no extra files in the rootdir
set -ex; find $(TESTDIR) -maxdepth 1 -type f -print -execdir false {} +

# Display a report of files that are (still) present in /etc
.PHONY: etc-report
Expand Down
1 change: 1 addition & 0 deletions hook-tests/601-create-apt-get-warning.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ echo "All apt command should provide a failure"
for cmd in apt apt-get apt-cache; do
! chroot . $cmd > stdout
grep -q "Ubuntu Core does not use apt-get" stdout
rm -f stdout
done