corrected number of planned tests in BASH test harness ( 11 -> 12 )

This commit is contained in:
Frank Cizmich
2014-07-07 16:27:28 -03:00
parent 1c1b3a9ac1
commit ce0a9b0422

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
plan 11
plan 12
source "$LIB_DIR/log_warn_die.sh"
source "$LIB_DIR/safeguards.sh"