Clean up after newly-added tests for pg_test_fsync and pg_test_timing.

Oversight in 4d29e6dbd.
pull/57/head
Tom Lane 5 years ago
parent 9e5f1f21ad
commit 6c05e5b774
  1. 1
      src/bin/pg_test_fsync/Makefile
  2. 1
      src/bin/pg_test_timing/Makefile

@ -33,3 +33,4 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_test_fsync$(X) $(OBJS)
rm -rf tmp_check

@ -33,3 +33,4 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_test_timing$(X) $(OBJS)
rm -rf tmp_check

Loading…
Cancel
Save