Skip to content
Snippets Groups Projects
Commit 23814d4b authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

tests/test-python-error.sh: Remove nbdsh -n option

Not supported on Debian 11 and others:

  usage: nbdsh [-h] [--base-allocation] [--opt-mode] [-u URI] [-c COMMAND] [-V]
               [--short-options] [--long-options]
  nbdsh: error: unrecognized arguments: -n

We don't really need to use this flag, it just suppresses the initial
'h' handle creation.

Fixes: commit 992f9e59
parent 992f9e59
No related branches found
No related tags found
No related merge requests found
Pipeline #1208036959 failed
......@@ -46,7 +46,7 @@ skip_if_valgrind "because Python code leaks memory"
requires nbdsh --version
export script
nbdsh -n -c - <<'EOF'
nbdsh -c - <<'EOF'
import os
script = os.environ["script"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment