diff options
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/README b/t/README new file mode 100644 index 00000000..2784568d --- /dev/null +++ b/t/README @@ -0,0 +1,6 @@ +you need to be root to run superuser--*.t, +with a normal user those tests are simply skipped. + +so do: +- make test +- sudo make test TEST_FILES='t/superuser--*.t' |