#!/bin/bash
# Empty delimiter string is an error

./recut -f 2-3 -d "" /dev/null 2>/dev/null
[ $? != 0 ]
