commit ff1048fe6533da9ae32e41ef20f87049963ff708 from: Thomas Adam date: Sun Mar 05 23:52:45 2023 UTC portable: regress: minor cosmetic cleanup Drop the forcing of "command" when calling sed(1). commit - e33b5f976eb631d64485474683cea67a7cf6f712 commit + ff1048fe6533da9ae32e41ef20f87049963ff708 blob - ff88fa0f899492f3fa3b3c7de17adcf1502facc4 blob + 2381958704d73cb1ebaeb0f7af8d2bf01b7d434f --- regress/cmdline/cleanup.sh +++ regress/cmdline/cleanup.sh @@ -286,7 +286,7 @@ test_cleanup_missing_pack_file() { gotadmin pack -r $testroot/repo > $testroot/stdout packname=`grep ^Wrote $testroot/stdout | cut -d ' ' -f2` - packhash=`echo $packname | command sed -e 's:^objects/pack/pack-::' \ + packhash=`echo $packname | sed -e 's:^objects/pack/pack-::' \ -e 's/.pack$//'` # Some freshly cloned Git repositories suffer from lonely pack index