The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use warnings;

use Test::More;
use Image::DS9;
use Cwd;

BEGIN { plan( tests => 1 ) ;}

require 't/common.pl';


my $ds9 = start_up();
load_events( $ds9 );
ok( cwd() . "/snooker.fits.gz[RAYTRACE]" eq $ds9->file(), 
    "file name retrieval" );