Make cleanup work as documented; note there are no tests testing that cleanup

works.
This commit is contained in:
christos 2014-01-10 01:16:07 +00:00
parent 4363eb2a4c
commit beed3378d3
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ main()
_atf_syntax_error "Cannot provide more than one test case name"
else
_atf_run_tc "${1}"
_atf_run_tc "${1}:cleanup"
fi
fi
}