#!/bin/sh
set -e

FILE=test
RETURN=$(PAGER=echo sensible-pager "$FILE")
test "$FILE" = "$RETURN"