#!/bin/sh
# Script was renamed, but the old name kept for compatibility reasons.
# It should be removed some time in the future.
bindir=`dirname $0`
echo "warning: Using obsolete name skolelinux-test-install."
echo "warning: New name is debian-edu-test-install."
exec $bindir/debian-edu-test-install
