1 2 3 4 5 6 7
#!/bin/sh # Run harness to show buggy primitive (UNPATCHED) and fix behavior (PATCHED) echo "=== DF-1662 UNPATCHED (bug present) ===" ./harness echo echo "=== DF-1662 PATCHED (--fixed flag) ===" ./harness --fixed