#!/bin/sh
# Run harness to show buggy primitive (UNPATCHED) and fix behavior (PATCHED)
echo "=== DF-1661 UNPATCHED (bug present) ==="
./harness
echo
echo "=== DF-1661 PATCHED (--fixed flag) ==="
./harness --fixed
