commit 11c34c6d920f3fdfcc436b3a83834fcc34a3566c from: Stefan Sperling date: Wed Jan 02 15:15:01 2019 UTC trim whitespace and remove a useless comment commit - c4096499992c43f061d22e8abf477da899996d0e commit + 11c34c6d920f3fdfcc436b3a83834fcc34a3566c blob - b6cbba38597d53c0313d9edc51565941668d6977 blob + 165d22e3368567fec05ce1235f4e1db530ff3a11 --- regress/cmdline/checkout.sh +++ regress/cmdline/checkout.sh @@ -14,7 +14,6 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - . ./common.sh function test_checkout_basic { @@ -53,5 +52,4 @@ function test_checkout_basic { test_done "$testroot" "$?" } -# run tests run_test test_checkout_basic