Skip to content
Snippets Groups Projects

run-aa-test: Fix call to csplit

Merged Frederic Danis requested to merge wip/fdanis/7938-Fix-csplit-error into apertis/v2022dev3

New version of csplit from rust-coreutils fails with following error:

$ csplit R1.13a.1_bluez-spp.expected -f /tmp/EXPECT -b "%d" "/^## alternative ##$/" {*}
csplit: error: incorrect conversion specification in suffix

Replacing %d by %0d fixes it.

Signed-off-by: Frédéric Danis frederic.danis@collabora.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading