Guilt v0.37-rc1
[guilt.git] / regression / t-011.sh
blob55a72d71ada0e001c827639fb31f4e6738d2ff36
1 #!/bin/bash
3 # Test that all commands that should fail do indeed fail if the branch was
4 # not guilt init'ed
7 source "$REG_DIR/scaffold"
9 cmd setup_git_repo
11 tests="add applied branch commit delete diff export files fold fork graph header import import-commit new next pop prev push rebase refresh rm series status top unapplied"
12 for t in $tests; do
13 shouldfail guilt $t
14 done