3 # Copyright (c) 2007 Karl Hasselström
6 test_description
='Test the new command.
13 'Initialize the StGIT repository' '
18 'Create a named patch' '
19 stg new foo -m foobar &&
20 [ $(stg applied -c) -eq 1 ]
24 'Create a patch without giving a name' '
26 [ $(stg applied -c) -eq 2 ]